home *** CD-ROM | disk | FTP | other *** search
- y = _Y;
- x = _X;
- boxx = getProperty("/hands", _X);
- boxy = getProperty("/hands", _Y);
- if(boxx - "25" < x)
- {
- if(x < boxx + "25")
- {
- if(boxy - "80" < y)
- {
- if(y < boxy - "40")
- {
- gotoAndPlay(76);
- }
- }
- }
- }
- if("430" < y)
- {
- gotoAndPlay(6);
- }
- y += eval("/:speed") * "1.25";
- _Y = y;
-